PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / translatedMatrix Method
Translation on X axis.
Translation on Y axis.
In This Topic
    translatedMatrix Method
    In This Topic
    Creates a matrix with a translation as the initial value.
    Syntax
    public static PDFMatrix translatedMatrix( 
       double tx,
       double ty
    )

    Parameters

    tx
    Translation on X axis.
    ty
    Translation on Y axis.

    Return Value

    The matrix.
    See Also